home *** CD-ROM | disk | FTP | other *** search
- Path: taco.cc.ncsu.edu!not-for-mail
- From: zaykin@espcbw.stat.ncsu.edu (Dmitri Zaykin)
- Newsgroups: comp.lang.c++
- Subject: Re: Linker Problems in BC++ 4.0
- Date: 14 Feb 1996 20:05:21 GMT
- Organization: Statistical Eugenics
- Message-ID: <4ftfa1$cqv@taco.cc.ncsu.edu>
- References: <4ft8mo$4eb@newsbf02.news.aol.com>
- NNTP-Posting-Host: espcbw.stat.ncsu.edu
- To: hippturtle@aol.com
- X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
-
- Hippturtle (hippturtle@aol.com) wrote:
- > [...] using cout). My C++ programs work fine in the 3.1 version. The
- > linker error I got read something like:
- > Undefined module in OwlMain(int, far *.....) in the owlri.lib in the
- > module WINMAIN.
- >
-
- Owl and Windows applications do not allow for the standard output (as
- with cout), and they do not have "int main(int, char**)" either. You need
- to change the target type to EasyWin or DOS application.
-
- To do it, highlight .exe node in the project window and bring up a menu with
- the right mouse button (or Alt-F10), then choose TargetExpert item on it.
-
- Dmitri
-